Merge shuvcode-dev: Issues 210, 211, 212, 213 + upstream sync v1.0.207#214
Merged
shuv1337 merged 61 commits intointegrationfrom Dec 29, 2025
Merged
Merge shuvcode-dev: Issues 210, 211, 212, 213 + upstream sync v1.0.207#214shuv1337 merged 61 commits intointegrationfrom
shuv1337 merged 61 commits intointegrationfrom
Conversation
…tistics (anomalyco#6259) Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
Co-authored-by: Black_Fox <radekliska@gmail.com>
…nomalyco#6243) Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
Co-authored-by: OpenCode <opencode@example.com>
Add shared utilities for custom server URL configuration: - URL validation with HTTP/HTTPS protocol check - Mixed content risk detection for HTTPS pages - URL history management (max 5 entries) - localStorage-based URL storage
Allow users to override the server URL via settings dialog or query param: - Add DialogServerSettings component with URL input and history - Integrate localStorage-based URL resolution in app.tsx - Add sidebar button and command palette entry in layout.tsx - Add reset button on error page for connection errors
Replace text input with searchable directory list for parent directory selection in create and clone tabs. Improve visual consistency and reduce vertical space usage.
Resolved conflicts:\n- packages/app/index.html (kept fork theme bootstrap)\n- packages/desktop/index.html (kept fork theme bootstrap)\n- packages/app/src/components/terminal.tsx (merged copy selection, pointer focus, fork theme)\n- packages/app/src/pages/layout.tsx (merged commands, theme picker)\n- packages/opencode/src/cli/cmd/tui/component/prompt/autocomplete.tsx (aligned upstream line ranges)\n- packages/opencode/src/cli/cmd/tui/routes/session/index.tsx (merged dialog imports)\n- packages/ui/src/components/list.tsx (support onActiveChange and onMove)\n- packages/ui/src/styles/theme.css (kept Night Owl)
|
Greptile encountered an error while reviewing this PR. Please reach out to support@greptile.com for assistance. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Merge development branch into integration with fixes and features for all 4 open issues, plus upstream sync to v1.0.207.
Closes #210
Closes #211
Closes #212
Closes #213
Changes
Features
Fixes
Testing
config.test.ts)project.test.ts)session.test.ts)github-action.test.ts)Upstream Sync (v1.0.205 - v1.0.207)
/copyand/export--days 0handlingBreaking Changes
None
Testing
Existing tests cover changes. New tests added for:
Configuration
New localStorage keys for app:
shuvcode-server-url: Custom server URL (optional)Migration
No migration required